home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / l11.zip / DESC.BTM next >
Text File  |  1993-05-06  |  339b  |  8 lines

  1. @echo off
  2. echo Describing your files, press Control-C to abort.
  3. pause
  4. if "%@descript[readme.txt]" == "" describe readme.txt "General information for Rickis DOS utilities"
  5. if "%@descript[l.exe]" == "" describe l.exe "L (directory viewer) executable"
  6. if "%@descript[l.doc]" == "" describe l.doc "L documentation"
  7. *del /p %@search[%0]
  8.